Interface sjl.ReversibleContainer
All Packages Class Hierarchy This Package Previous Next Index
Interface sjl.ReversibleContainer
- public interface ReversibleContainer
- extends Object
Defines the methods allowed on all reversible container types.
The supported containers are currently:
List
, Vector
, Array
,
Set
, MultiSet
, Map
and
MultiMap
.
Copyright © 1996 Finn Bock
- See Also:
- List, Vector, Array, Set, MultiSet, Map, MultiMap
-
rbeginGeneric()
- Return an iterator that points to the beginning of the container.
-
rendGeneric()
- Return an iterator that points past the end of the container.
rbeginGeneric
public abstract Iterator rbeginGeneric()
- Return an iterator that points to the beginning of the container.
rendGeneric
public abstract Iterator rendGeneric()
- Return an iterator that points past the end of the container.
All Packages Class Hierarchy This Package Previous Next Index